The following tables list the members exposed by OlapElementCollection<T>.
Name | Description | |
---|---|---|
OlapElementCollection<T> Constructor | Initializes a new instance of the OlapElementCollection<T> class. |
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ReadOnlyCollection instance. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<T>) | |
Item | Gets the element with the specified name. | |
UniqueNameIndexesOnly | Gets or sets a value indicating whether the requested item should be matched only by its Infragistics.Olap.Data.IOlapElement.UniqueName when an item of this collection is accessed by its string index, otherwise if item with such unique name is not found the specified index value is verified against Infragistics.Olap.Data.IOlapElement.Name too. |
Name | Description | |
---|---|---|
Items | Returns the IList that the ReadOnlyCollection wraps. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<T>) |
Name | Description | |
---|---|---|
Contains | Determines whether an element is in the ReadOnlyCollection. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<T>) | |
CopyTo | Copies the entire ReadOnlyCollection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<T>) | |
GetEnumerator | Returns an enumerator that iterates through the ReadOnlyCollection. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<T>) | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollection. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<T>) |